/*

   TODO List

   Christopher Frauenberger - frauenberger@iem.at

*/



Fix system clock scheduling:



This is bad:

r = Routine({ loop { "!@#$%".scramble.postln; 1.0.wait }

}).play(SystemClock);  // cpu 100%



r.stop; 